home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q1024.dms / q1024.adf / NDUK-V40.lha / V40 / fd / realtime_lib.fd < prev    next >
Text File  |  1993-10-15  |  462b  |  22 lines

  1. ##base _RealTimeBase
  2. ##bias 30
  3. ##public
  4. *--- functions in V37 or higher (Release 2.04) ---
  5. *
  6. * Locks
  7. *
  8. LockRealTime(lockType)(d0)
  9. UnlockRealTime(lock)(a0)
  10. *
  11. * Conductor
  12. *
  13. CreatePlayerA(tagList)(a0)
  14. DeletePlayer(player)(a0)
  15. SetPlayerAttrsA(player,tagList)(a0/a1)
  16. SetConductorState(player,state,time)(a0,d0/d1)
  17. ExternalSync(player,minTime,maxTime)(a0,d0/d1)
  18. NextConductor(previousConductor)(a0)
  19. FindConductor(name)(a0)
  20. GetPlayerAttrsA(player,tagList)(a0/a1)
  21. ##end
  22.